home *** CD-ROM | disk | FTP | other *** search
- /* SymbolicPitch.h */
-
- #ifndef Included_SymbolicPitch_h
- #define Included_SymbolicPitch_h
-
- /* SymbolicPitch module depends on */
- /* MiscInfo.h */
- /* Audit */
- /* Debug */
- /* Definitions */
- /* Frequency */
- /* DataMunging */
- /* Memory */
- /* NoteObject */
- /* Numbers */
- /* SymbolicIsItInThere */
-
- /* convert a pitch number into a heap allocated string describing it */
- char* NumericPitchToString(short Pitch, unsigned long SharpFlatThing);
-
- /* convert the string into a pitch and sharp/flat word. */
- void StringToNumericPitch(char* String, short* Pitch,
- unsigned long* SharpFlatThing);
-
- #endif
-